home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997…tember: Reference Library / Apple_Developer_CD_Series_September_1997_Reference_Library.iso / Technical Documentation / Rhapsody⁄OpenStep / Rhapsody⁄OpenStep Documentation / README
Encoding:
Text File  |  1997-03-21  |  1.8 KB  |  21 lines  |  [TEXT/ttxt]

  1. RHAPSODY DOCUMENTATION
  2.  
  3. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for
  4. Rhapsody later.
  5.  
  6.  
  7. Discovering OPENSTEP: A Developer Tutorial
  8. Introduces programmers to NeXT's OPENSTEP 4.0 Developer product by guiding them through the creation of three applications of increasing complexity. The tutorials demonstrate and explain programming techniques, Objective-C fundamentals, common APIs, and usage of the development tools. Along the way they present summaries of important concepts and paradigms. The book also includes a chapter directing readers to programming resources, further information, and services such as training and support. An appendix offers a concise discussion of object-oriented programming.
  9.  
  10. Object-Oriented Programming and the Objective-C Language
  11. An introduction to the principles of object-oriented programming in NEXTSTEP and the official description of the Objective-C language. Objective-C is very easy to learn and use, since it adds very little syntax to the C programming language. Its dynamic nature allows you to accomplish things not possible in most other object-oriented languages. For any NEXTSTEP programmer.
  12.  
  13. Appkit Reference
  14. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touches: windows, buttons, formatted text, etc.
  15.  
  16. Foundation Reference
  17. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  18.  
  19. Topics in OPENSTEP Programming
  20. Detailed discussions of the concepts behind the Foundation Kit, the architecture of the OPENSTEP Text System, and the unique Services functionality that allows applications to easily share functionality.
  21.